
#wrapper
{
	margin-top: 50px;
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	    padding: 60px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;

	color: White;
	position: relative;
	top: 28px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../img/left.jpg);
	background-repeat: no-repeat;
	background-position: -10px 45px;
}
.jscarousal .jscarousal-right
{
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
	background-position: -10px 45px;
}
.jscarousal-contents
{
	width: 1025px;
	height: 260px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.jscarousal-contents img
{
	width: 320px;
	height: 195px;

}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	
	cursor: pointer;
}

.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align:center;
	display: block;
	padding: 10px 5% 2px 5%;
	width: 320px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
